LayoutItem

@Serializable
data class LayoutItem(val name: String? = null, val kind: ProductInfo.LayoutItemKind? = null, val classPath: List<String> = mutableListOf())

Constructors

Link copied to clipboard
constructor(name: String? = null, kind: ProductInfo.LayoutItemKind? = null, classPath: List<String> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null